net.sysListener.listenTCP (method)
4 uses
net (current package)
dial.go#L732: l, err = sl.listenTCP(ctx, la)
mptcpsock_linux.go#L83: return sl.listenTCP(ctx, laddr)
tcpsock.go#L388: ln, err := sl.listenTCP(context.Background(), laddr)
tcpsock_posix.go#L171: func (sl *sysListener) listenTCP(ctx context.Context, laddr *TCPAddr) (*TCPListener, error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |